2027 Constructor
Changes 5
C

FieldDomainPointsByUV(IList<UV>, ICollection<Double>, ICollection<Double>)

Description:
Creates object from an array of two-dimensional point coordinates
Overloads (2):
FieldDomainPointsByUV(IList[UV],ICollection[Double],ICollection[Double])
public FieldDomainPointsByUV(
	IList<UV> points,
	ICollection<double> uCoordinates,
	ICollection<double> vCoordinates
)
  • IList<UV>
    points
    Array of two-dimensional point coordinates representing domain points (usually on surface)
  • ICollection<Double>
    uCoordinates
    Set of u coordinates at which to draw grid lines on the surface
  • ICollection<Double>
    vCoordinates
    Set of v coordinates at which to draw grid lines on the surface